home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / SQLViewer.app / English.lproj / SQLViewer.nib / data.classes next >
Encoding:
Text File  |  1994-11-30  |  1.7 KB  |  58 lines

  1. UserId = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
  2. MainController = {
  3.     ACTIONS = {
  4.     "appDidInit:" = "appDidInit:"; 
  5.     "openFrom:" = "openFrom:"; 
  6.     "openSqlPanel:" = "openSqlPanel:"; 
  7.     "openSqlTrace:" = "openSqlTrace:"; 
  8.     "saveTo:" = "saveTo:"; 
  9.     }; 
  10.     OUTLETS = {
  11.     prefsController = prefsController; 
  12.     queryInspector = queryInspector; 
  13.     queryParser = queryParser; 
  14.     screenController = screenController; 
  15.     servicesController = servicesController; 
  16.     sqlDataSource = sqlDataSource; 
  17.     sqlPanel = sqlPanel; 
  18.     sqlTracePanel = sqlTracePanel; 
  19.     sqlTraceText = sqlTraceText; 
  20.     userObject = userObject; 
  21.     window = window; 
  22.     }; 
  23.     SUPERCLASS = EOApplication; 
  24. };
  25. QueryParser = {
  26.     ACTIONS = {}; 
  27.     OUTLETS = {mainController = mainController; theController = theController; }; 
  28.     SUPERCLASS = Object; 
  29. };
  30. QueryInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
  31. ScreenController = {
  32.     ACTIONS = {
  33.     "enterSqlPressed:" = "enterSqlPressed:"; 
  34.     "limitFieldEntered:" = "limitFieldEntered:"; 
  35.     "showInfoPanel:" = "showInfoPanel:"; 
  36.     }; 
  37.     OUTLETS = {
  38.     SQLButton = SQLButton; 
  39.     asciiButton = asciiButton; 
  40.     changeButton = changeButton; 
  41.     dataView = dataView; 
  42.     excelButton = excelButton; 
  43.     fetchButton = fetchButton; 
  44.     infoPanel = infoPanel; 
  45.     limitText = limitText; 
  46.     mainController = mainController; 
  47.     queryTimeField = queryTimeField; 
  48.     recordFetchedText = recordFetchedText; 
  49.     sqlEnterPanel = sqlEnterPanel; 
  50.     sqlEnterText = sqlEnterText; 
  51.     window = window; 
  52.     }; 
  53.     SUPERCLASS = Object; 
  54. };
  55. ServicesController = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
  56. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  57. PrefController = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Object; };
  58.